Skip to content

chore: release v1.1005.0#11813

Merged
0xApotheosis merged 8 commits intomainfrom
release
Feb 10, 2026
Merged

chore: release v1.1005.0#11813
0xApotheosis merged 8 commits intomainfrom
release

Conversation

@0xApotheosis
Copy link
Member

fix: auto-connect WalletConnect QR on mobile dashboard scan (#11807)
chore(deps): bump axios from 1.13.2 to 1.13.5 (#11810)
chore: add .sisyphus/ to .gitignore (#11812)
feat: regenerate asset data 02/09/2026 (#11804)
fix: ton tx history parsing (#11727)
fix: attempt at fixing wallet import on mobile (#11768)

NeOMakinG and others added 6 commits February 9, 2026 16:59
* auto-claude: subtask-1-1 - Add useRef to track if save has already been attempted

Add saveAttemptedRef to prevent duplicate wallet saves when both handleViewWallet
and handleClose could trigger saveAndSelectWallet. The ref is checked at the
start of saveAndSelectWallet and set to true before proceeding with the save.

Co-Authored-By: Claude Opus 4.5 <[email protected]>

* auto-claude: subtask-1-2 - Add useEffect to call saveAndSelectWallet() on mount

This ensures the wallet is saved immediately when the CreateSuccess screen
renders, rather than only when the user clicks the "View wallet" button.
The existing saveAttemptedRef prevents duplicate save attempts.

Co-Authored-By: Claude Opus 4.5 <[email protected]>

* auto-claude: subtask-2-1 - Add useRef to track if connection has already been

Add hasConnectedRef to prevent duplicate wallet connection attempts in
ImportSuccess component. This follows the same pattern used in ManualBackup.tsx.

Co-Authored-By: Claude Opus 4.5 <[email protected]>

* auto-claude: subtask-2-2 - Add useEffect that calls handleWalletConnection()

Adds a useEffect hook that calls handleWalletConnection() on component mount.
This ensures the wallet is connected immediately when ImportSuccess mounts,
rather than only when the user clicks the close/view wallet button.

Duplicate calls are prevented by the existing hasConnectedRef guard in
handleWalletConnection().

Co-Authored-By: Claude Opus 4.5 <[email protected]>

* fix: wallet import modal dismiss showing wallet

* chore: remove autoclaude files and revert .gitignore

Removes autoclaude configuration files that shouldn't be tracked in git:
- .auto-claude-security.json
- .auto-claude-status
- .claude_settings.json

Reverts .gitignore to remove autoclaude directory entry.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>

* fix: fml

---------

Co-authored-by: Minimoi <[email protected]>
Co-authored-by: Claude Opus 4.5 <[email protected]>
Bumps [axios](https://github.com/axios/axios) from 1.13.2 to 1.13.5.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.2...v1.13.5)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.13.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: auto-connect WalletConnect QR on mobile dashboard scan

Skip the intermediate WC input form when scanning a WalletConnect QR code
from the mobile dashboard QR button. Instead, call pair() directly after
validating the URI, closing the modal and letting WalletConnectModalManager
handle the session proposal.

Co-Authored-By: Claude Opus 4.6 <[email protected]>

* fix: comment from @coderabbitai

Safely extract error message to avoid TypeError when caught value isn't
an Error instance, and show a toast for unexpected pairing errors so
users get feedback instead of a silent modal close.

Co-Authored-By: Claude Opus 4.6 <[email protected]>

---------

Co-authored-by: Claude Opus 4.6 <[email protected]>
Co-authored-by: gomes <[email protected]>
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 10, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Arbitrum Nova coinstack was removed from the upstream unchained repo
in shapeshift/unchained#1258. This removes all ArbitrumNova references
across the entire codebase including chain adapters, CAIP constants,
types, plugins, feature flags, config, CSP headers, wagmi/viem clients,
coingecko adapters, asset data generation scripts, and tests.
@0xApotheosis 0xApotheosis merged commit 9783c46 into main Feb 10, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants